!=, infix ≠
ErrorsCollection

!=, infix ≠

Synthesised documentation from language/operators

From language/operators

See Original text in context

sub infix:<!=>(MuMu --> Bool:D)

Numeric inequality operator.

Coerces both arguments to Numeric (if necessary); returns True if they are distinct.

Is equivalent to !==.